#
# Makefile for the Linux network IOT device drivers.
#

EXTRA_CFLAGS      +=  -Idrivers/sstar/include/$(CONFIG_SSTAR_CHIP_NAME)

obj-$(CONFIG_MT7682) += mt7682.o

mt7682-objs += mt7682_sdio.o	\
				iot_api.o	\
				iot_ctrl.o	\
				iot_sdio_ether.o	\



